Skip to content

Conversation

@ThomasDev28
Copy link
Collaborator

No description provided.

@ThomasDev28 ThomasDev28 requested review from Copilot and xonlly October 29, 2025 06:09
@ThomasDev28 ThomasDev28 self-assigned this Oct 29, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new environment variable DISABLE_VIDEO_EXTRACTION to the configuration documentation, allowing users to disable video file extraction specifically for the SharePoint connector.

  • Added configuration option for controlling video extraction behavior in SharePoint connector

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| :----------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------- | :---------------- |
| `ALLOW_PROVIDER_MULTIACCOUNT_ACCESS` | (Optionnel) Permet à un utilisateur de se connecter à plusieurs comptes pour un même fournisseur (ex: plusieurs comptes SharePoint). | `false` |
| `AUTO_DELETE_FILES_PROVIDERS` | (Optionnel) Supprime automatiquement les fichiers importés par les fournisseurs après traitement dans le bucket du client. | `false` |
| `DISABLE_VIDEO_EXTRACTION` | (Optionnel) Désactive l'extraction de fichiers vidéo sur le connecteur SharePoint. | `false` |
Copy link

Copilot AI Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation states this variable only affects the SharePoint connector, but the variable name is generic and doesn't indicate SharePoint-specific behavior. If this truly only affects SharePoint, consider either: (1) renaming to SHAREPOINT_DISABLE_VIDEO_EXTRACTION for clarity, or (2) updating the documentation to clarify if this applies to all connectors or only SharePoint.

Suggested change
| `DISABLE_VIDEO_EXTRACTION` | (Optionnel) Désactive l'extraction de fichiers vidéo sur le connecteur SharePoint. | `false` |
| `SHAREPOINT_DISABLE_VIDEO_EXTRACTION` | (Optionnel) Désactive l'extraction de fichiers vidéo sur le connecteur SharePoint. | `false` |

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants